home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Format 1994 October
/
Macformat17.cdr
/
Shareware City
/
Developers
/
shutdown-fx-20-c
/
sfx init ƒ
/
code ƒ
/
globals.h
< prev
next >
Wrap
Text File
|
1994-07-11
|
264b
|
18 lines
// used by show init.c
struct QDGlobals {
char privates[76];
long randSeed;
BitMap screenBits;
Cursor arrow;
Pattern dkGray;
Pattern ltGray;
Pattern gray;
Pattern black;
Pattern white;
GrafPtr thePort;
long end;
};
typedef struct QDGlobals QDGlobals;